Platform Explorer / Nuxeo Platform 6.0

Extension point propertiesFetcher

Documentation

Extension point to register a properties fetcher.

The responsability of a property fetcher is to fetch properties from any backend.

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.mail.fetcher.PropertiesFetcherDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-mail-core-6.0.jar
    <extension point="propertiesFetcher" target="org.nuxeo.ecm.platform.MailService">
        <propertiesFetcher class="org.nuxeo.ecm.platform.mail.fetcher.SimplePropertiesFetcher" name="simple"/>
      </extension>